Esx Settings SolutionDetails

Esx Settings SolutionDetails
Esx Settings SolutionDetails

The Esx Settings SolutionDetails schema contains information that provide more details about the solution from the depot.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "display_name": "string",
    "display_version": "string",
    "components": [
        {
            "component": "string",
            "display_name": "string",
            "display_version": "string",
            "vendor": "string"
        }
    ]
}
string
display_name
Required

Display name of the solution.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Display version of the solution.

This property was added in vSphere API 7.0.0.0.

components
Required

Components registered by the solution. If the component is not present in the depot, then corresponding details are absent from the list.

This property was added in vSphere API 7.0.0.0.